This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Lisa Dwonigen 25.Sep.03 01:56 PM a Web browser Domino Designer6.0.1All Platforms
I have an R5 production server and an R6 development server.
The folks that originally set up the production server set it up with a notes domain that has ended up being the same as the network domain and the email address domain for outlook. When an email was being sent out from the application, it would get stuck in a loop, so the folks who set up the system used a forwarding address to a domain that was the old domain for the Groupwise system. The Groupwise system had forwarding rules to send to the outlook domain.
This company is now getting rid of the Groupwise system. It isn't being used anymore. We are now using a smart host on the production server which sends the email with the old groupwise domain to the outlook mail. It works fine on the production server.
On the development server, I have the same smart host setup as on the production server. Email sent from the development server sends to the production server first and then out.
Now the strange part - on the development server, when I send an email through the mail.box from an agent run from the Actions menu, whether that agent is LotusScript or Java, the email is sent fine. If I put the agent into a WebQuerySave event of a form, it doesn't send the same way. It sends the email to the production server that sends it out differently. I've seen this in the log file. I have the smart host listed in the development server.
The first four lines are the log entries for when I sent the email from the WQS of the form. The last four lines are the log entries for when I sent the email from the Actions menu (same code both times).
The output of the log file looks like the following:
09/24/2003 04:21:45 PM Router: Message 007612AB transferred to sendmail2.FTMORTGAGE.COM for palbracht@ftmortgage.com via SMTP
09/24/2003 04:34:10 PM Router: No messages transferred to FTMORTGAGE.COM (host mailgate.FTMORTGAGE.COM) via SMTP: Server not responding
09/24/2003 04:34:10 PM Router: Transferring mail to domain FTMORTGAGE.COM (host sendmail2.FTMORTGAGE.COM [208.223.183.22]) via SMTP
09/24/2003 04:34:10 PM Router: Transferred 1 messages to FTMORTGAGE.COM (host sendmail2.FTMORTGAGE.COM) via SMTP
09/24/2003 04:34:13 PM Router: Message 00766A5A transferred to sendmail2.groupwisedomain.COM for palbracht@groupwisedomain.com via SMTP
09/24/2003 04:34:14 PM Router: Transferring mail to domain smarthostname.COM (host smarthostname.COM [ip address]) via SMTP
09/24/2003 04:34:14 PM Router: Transferred 1 messages to smarthostname.COM (host smarthostname.COM) via SMTP
09/24/2003 04:34:18 PM Router: Message 00767D92 transferred to smarthostname.COM for Patti_M_Albracht/notesdomain@outlookdomain.com via SMTP
Sorry for the very wordy explanation. Does anyone have any ideas how I can get the email sent from the WQS event to send the same way as from the Actions menu?